curl --request DELETE \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/dns-zones/{id}/records/{record_id} \
--header 'Authorization: Bearer <token>'Permanently delete a DNS record from the zone. The record is immediately removed from Cloudflare’s global network. This action is irreversible. Exercise caution when deleting critical records such as NS or SOA records as this may affect zone functionality.
curl --request DELETE \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/dns-zones/{id}/records/{record_id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
The unique identifier (UUID) of the DNS zone
The unique identifier (UUID) of the DNS record to delete
DNS record deleted successfully